SsRoom 
Logical Entity Name  SsRoom 
Default Table Name  SsRoom 
Physical Only  NO 
Definition 
 
Note 
 

SsRoom Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SsRoomID(PK)    int  NO 
 
RoomNumber    char(8)  NO 
 
Descrip    varchar(120)  NO 
 
Active    bit  NO 
 
SsLocationID(FK)    int  NO 
 
SsRoomTypeID(FK)    int  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
Ts    timestamp  NO 
 

SsRoom Primary and Unique Keys 
Key Name  Key Type  Keys 
SsRoom_SsRoomID_U_C_IDX  PrimaryKey  SsRoomID 
SsRoom_RoomNumber_SsLocationID_U_N_IDX  Index  RoomNumber, SsLocationID 

SsRoom Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SsLocation  Non-Identifying  One To Zero or More  FK_SsRoom_SsLocationID_SsLocation_SsLocationID      SsLocationID  NO  YES 
SsRoomType  Non-Identifying  One To Zero or More  FK_SsRoom_SsRoomTypeID_SsRoomType_SsRoomTypeID      SsRoomTypeID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_SsRoom_UserID_SyStaff_SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
SsStudHousingInfo  Non-Identifying  One To Zero or More  FK_SsStudHousingInfo_SsRoomID_SsRoom_SsRoomID        NO  YES 

SsRoom Check Constraints 
Check Constraint Name  CheckConstraint